home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 68 / Cine Live 68.iso / pc / Data / Interface / sommaire.k < prev    next >
Encoding:
Text File  |  2003-04-10  |  28.0 KB  |  743 lines

  1. module oRoot1 is cBox
  2. with 
  3.     Flags is $00000152; 
  4.     release Editor:
  5.         IOWindow is {$0000027C,$0000002A,$00000174,$00000394,$FFFFFFB7,$00000000,$00000000,$00000000};
  6.         LayoutWindow is {$000000E2,$00000077,$000002C7,$0000031D,$00000000,$0000005B,$00000064,$00000000};
  7.     end;
  8.     Name is "Root"; 
  9.     Enabled is false; 
  10.     
  11.     Width is 800; Height is 600; 
  12.     
  13.     
  14.     Elements is [
  15.         oMusic2,
  16.         oSOMMAIRE3,
  17.         oMovie4,
  18.         oBox_25,
  19.         oBox_26,
  20.         oBonus_T_l_7,
  21.         oBONUS28,
  22.         oAnimatrix9,
  23.         oSwimming_pool10,
  24.         ofilm_311,
  25.         ofilm_312,
  26.         ofilm413,
  27.         ofilm_514,
  28.         ofilm_615,
  29.         ofilm_816,
  30.         ofilm_817,
  31.         ofilm_918,
  32.         ofilm_1119,
  33.         ofilm_1120,
  34.         ofilm_1221,
  35.         ofilm_1022,
  36.         oAllocine23,
  37.         obios24,
  38.         oavant_premi_res25,
  39.         oReportages26,
  40.         ovid_os27,
  41.         oweb28,
  42.         oBOUCLE_DES_FILM29,
  43.         oquitter30
  44.     ];
  45.     Events is [
  46.         cOnscreenEvent
  47.         with Flags is $00000004; 
  48.             Commands is [
  49.                 cRunCommand
  50.                 with Flags is $00000004; Target is oMusic2; end
  51.             ];
  52.         end,
  53.         cKeyboardEvent
  54.         with Value is "+"; 
  55.             Commands is [
  56.                 cSetVolumeCommand
  57.                 with Flags is $00000004; Mode is ExecuteHigher; end
  58.             ];
  59.         end,
  60.         cKeyboardEvent
  61.         with Value is "-"; 
  62.             Commands is [
  63.                 cSetVolumeCommand
  64.                 with Flags is $00000004; Mode is ExecuteLower; end
  65.             ];
  66.         end,
  67.         cKeyboardEvent
  68.         with Value is "m"; 
  69.             Commands is [
  70.                 cRunCommand
  71.                 with Flags is $00000004; Target is oMusic2; Mode is Toggle; Rewind is true; end
  72.             ];
  73.         end
  74.     ];
  75. end;
  76.  
  77. object oMusic2 is cSound
  78. with 
  79.     Flags is $00001000; 
  80.     Name is "Music"; 
  81.     
  82.     AdjustX is AlignToCenter; AdjustY is AlignToMiddle; 
  83.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  84.     Looping is true; 
  85.     URL is "data/Sons/1.mp3"; URLOption is GetDiskURL; 
  86.     
  87. end;
  88.  
  89. object oSOMMAIRE3 is cImage
  90. with 
  91.     Name is "SOMMAIRE"; 
  92.     Enabled is false; 
  93.     AdjustX is AlignToCenter; AdjustY is AlignToMiddle; 
  94.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  95.     
  96.     URL is "data/Images/sommaire.jpg"; URLOption is GetDiskURL; 
  97.     
  98.     
  99. end;
  100.  
  101. object oMovie4 is cMovie
  102. with 
  103.     Flags is $00008155; 
  104.     release Editor:
  105.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  106.     end;
  107.     Name is "Movie"; 
  108.     
  109.     X is 221; Y is 400; 
  110.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  111.     Looping is true; 
  112.     URL is "../Anims/Abocine68.mov"; 
  113.     
  114. end;
  115.  
  116. object oBox_25 is cBox
  117. with 
  118.     Flags is $00000150; 
  119.     release Editor:
  120.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  121.     end;
  122.     Name is "Box 2"; 
  123.     Region is {$FFFF0030,$00000001,$00480038,$00000001,$001C7FFF,$00010001,$0002001C,$00387FFF,$00250037,$00387FFF,$00480002,$00377FFF,$7FFF0000};
  124.     Cursor is oEarthCursor; 
  125.     X is 27; Y is 441; 
  126.     Width is 56; Height is 73; 
  127.     
  128.     
  129.     Events is [
  130.         cMouseUpEvent
  131.         with Flags is $00000004; Flag is true; 
  132.             Commands is [
  133.                 cLaunchCommand
  134.                 with Flags is $00000004; URL is "http://www.cine-live.com"; URLOption is GetSiteURL; Mode is ExecuteBrowser; end
  135.             ];
  136.         end,
  137.         cMouseEnterEvent
  138.         with Flags is $00000004; 
  139.             Commands is [
  140.                 cRunCommand
  141.                 with Flags is $00000004; Target is oMovie4; Rewind is true; end
  142.             ];
  143.         end,
  144.         cMouseLeaveEvent
  145.         with Flags is $00000004; 
  146.             Commands is [
  147.                 cRunCommand
  148.                 with Flags is $00000004; Target is oMovie4; Mode is Clear; Rewind is true; end
  149.             ];
  150.         end
  151.     ];
  152. end;
  153.  
  154. object oBox_26 is cBox
  155. with 
  156.     Flags is $00000150; 
  157.     release Editor:
  158.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  159.     end;
  160.     Name is "Box 2"; 
  161.     Region is {$FFFF00B4,$00010000,$00690053,$00010000,$00297FFF,$00020029,$00527FFF,$00210052,$00537FFF,$00350000,$00017FFF,$00420052,$00537FFF,$00440051,$00527FFF,$00460050,$00517FFF,$0048004F,$00507FFF,$00490001,$00027FFF,$004A004E,$004F7FFF,$004C004D,$004E7FFF,$004E004C,$004D7FFF,$0050004B,$004C7FFF,$0053004A,$004B7FFF,$00570049,$004A7FFF,$005B0048,$00497FFF,$005E0002,$00037FFF,$005F0047,$00487FFF,$00630046,$00477FFF,$00670045,$00467FFF,$00690003,$00457FFF,$7FFF0000};
  162.     Cursor is oEarthCursor; 
  163.     X is 224; Y is 399; 
  164.     Width is 86; Height is 119; 
  165.     
  166.     
  167.     Events is [
  168.         cMouseUpEvent
  169.         with Flags is $00000004; Flag is true; 
  170.             Commands is [
  171.                 cLaunchCommand
  172.                 with Flags is $00000004; URL is "http://www.cine-live.com"; URLOption is GetSiteURL; Mode is ExecuteBrowser; end
  173.             ];
  174.         end,
  175.         cMouseEnterEvent
  176.         with Flags is $00000004; 
  177.             Commands is [
  178.                 cRunCommand
  179.                 with Flags is $00000004; Target is oMovie4; Rewind is true; end
  180.             ];
  181.         end,
  182.         cMouseLeaveEvent
  183.         with Flags is $00000004; 
  184.             Commands is [
  185.                 cRunCommand
  186.                 with Flags is $00000004; Target is oMovie4; Mode is Clear; Rewind is true; end
  187.             ];
  188.         end
  189.     ];
  190. end;
  191.  
  192. object oBonus_T_l_7 is cMovie
  193. with 
  194.     release Editor:
  195.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  196.     end;
  197.     Name is "Bonus T\$E9l\$E9"; 
  198.     Enabled is false; 
  199.     X is 480; Y is 433; 
  200.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  201.     
  202.     URL is "../Anims/JCVD.mov"; 
  203.     
  204. end;
  205.  
  206. object oBONUS28 is cBox
  207. with 
  208.     Flags is $00000150; 
  209.     release Editor:
  210.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  211.     end;
  212.     Name is "BONUS2"; 
  213.     Region is {$FFFF0240,$00030000,$00AF0067,$00030021,$00407FFF,$00040014,$00210040,$005A7FFF,$0005000C,$0014005A,$005B7FFF,$0006000B,$000C7FFF,$0007005B,$005C7FFF,$0008000A,$000B7FFF,$0009005C,$005D7FFF,$000A0009,$000A005D,$005E7FFF,$000C0008,$0009005E,$005F7FFF,$000D005F,$00607FFF,$000E0007,$00087FFF,$000F0060,$00617FFF,$00100006,$00070061,$00627FFF,$00120062,$00637FFF,$00130005,$00067FFF,$00140063,$00647FFF,$00150004,$00050064,$00657FFF,$00170003,$00047FFF,$00190002,$00037FFF,$001B0001,$00027FFF,$001D0000,$00017FFF,$001E0065,$00667FFF,$002E0066,$00677FFF,$00310000,$00017FFF,$00390066,$00677FFF,$003C0065,$00667FFF,$00400064,$00657FFF,$00430063,$00647FFF,$00460001,$00020062,$00637FFF,$00470002,$00037FFF,$00480003,$00047FFF,$00490004,$00057FFF,$004A0005,$00060061,$00627FFF,$004B0006,$00077FFF,$004C0007,$00087FFF,$004D0008,$00090060,$00617FFF,$004E0009,$000A7FFF,$004F000A,$000B7FFF,$0050000B,$000C7FFF,$0051000C,$000D005F,$00607FFF,$0052000D,$000E7FFF,$0053000E,$000F7FFF,$0054000F,$0010005E,$005F7FFF,$00550010,$00137FFF,$00560013,$00157FFF,$00570015,$0018005D,$005E7FFF,$00580018,$001A7FFF,$0059001A,$001D005C,$005D7FFF,$005A001D,$00200058,$005C7FFF,$005B0020,$00220054,$00587FFF,$005C0022,$0025004F,$00547FFF,$005D000E,$0025004B,$004F7FFF,$005E004A,$004B7FFF,$005F004A,$004E7FFF,$0060004E,$00527FFF,$00610052,$00547FFF,$0066000D,$000E7FFF,$006F0053,$00547FFF,$0079000C,$000D7FFF,$008A0052,$00537FFF,$00A50051,$00527FFF,$00AF000C,$00517FFF,$7FFF0000};
  214.     Cursor is oFingerCursor; 
  215.     X is 475; Y is 426; 
  216.     Width is 104; Height is 175; 
  217.     
  218.     
  219.     Events is [
  220.         cMouseUpEvent
  221.         with Flags is $00000004; Flag is true; 
  222.             Commands is [
  223.                 cBrowseCommand
  224.                 with Flags is $00000004; URL is "bonusTele.k"; end
  225.             ];
  226.         end,
  227.         cMouseEnterEvent
  228.         with Flags is $00000004; 
  229.             Commands is [
  230.                 cRunCommand
  231.                 with Flags is $00000004; Target is oBonus_T_l_7; Rewind is true; end
  232.             ];
  233.         end,
  234.         cMouseLeaveEvent
  235.         with Flags is $00000004; 
  236.             Commands is [
  237.                 cRunCommand
  238.                 with Flags is $00000004; Target is oBonus_T_l_7; Mode is Clear; Rewind is true; end
  239.             ];
  240.         end
  241.     ];
  242. end;
  243.  
  244. object oAnimatrix9 is cBox
  245. with 
  246.     Flags is $00000150; 
  247.     release Editor:
  248.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  249.     end;
  250.     Name is "Animatrix"; 
  251.     Region is {$FFFF0508,$0000000A,$009400BE,$00000027,$00347FFF,$00010022,$00270034,$00367FFF,$0002001D,$00220036,$00387FFF,$00030019,$001D0038,$003A7FFF,$00040017,$00197FFF,$00050015,$0017003A,$003B7FFF,$00060014,$0015003B,$003C7FFF,$00070012,$00147FFF,$00080010,$0012003C,$003D7FFF,$0009000E,$00107FFF,$000A000C,$000E7FFF,$000B003C,$003D7FFF,$000E003B,$003C7FFF,$0010003A,$003B7FFF,$0011000B,$000C7FFF,$00120039,$003A7FFF,$00150038,$00397FFF,$00170037,$00380049,$004A7FFF,$00180048,$0049004A,$004D7FFF,$00190047,$0048004D,$004F7FFF,$001A0037,$00380046,$0047004F,$00517FFF,$001B0045,$00460051,$00547FFF,$001C0044,$00450054,$00567FFF,$001D0043,$00440056,$00587FFF,$001E000A,$000B0042,$00430058,$005B7FFF,$001F0038,$0039005B,$005D7FFF,$00200041,$0042005D,$005F7FFF,$00210040,$0041005F,$00627FFF,$0022003F,$00400062,$00937FFF,$0023003E,$003F0093,$009A7FFF,$0024000A,$000B0039,$003A003D,$003E009A,$00A17FFF,$0025000B,$000C003C,$003D00A1,$00A87FFF,$0026003B,$003C00A8,$00AF7FFF,$0027000C,$000D003A,$003B00AF,$00B67FFF,$0028000D,$000E00B6,$00BD7FFF,$002900BD,$00BE7FFF,$002A000E,$000F7FFF,$002B000F,$00107FFF,$002D0010,$00117FFF,$002E0011,$00127FFF,$002F0088,$008B7FFF,$00300012,$001F008B,$00927FFF,$0031001F,$00270087,$00880092,$00997FFF,$00320027,$002C0099,$00A07FFF,$0033002C,$002D00A0,$00A77FFF,$0034002D,$002E00A7,$00AE7FFF,$0035002E,$002F00AE,$00B57FFF,$0036002F,$00300086,$008700B5,$00BC7FFF,$00370030,$003100BC,$00BE7FFF,$00380031,$00327FFF,$00390032,$00337FFF,$003A0085,$00867FFF,$003C0085,$00867FFF,$003D0086,$00877FFF,$003E0087,$00887FFF,$003F0088,$00897FFF,$00400032,$00330089,$008A7FFF,$0041008A,$008B7FFF,$0042008B,$008C7FFF,$0043008C,$008D7FFF,$00440032,$0034008D,$008E7FFF,$00450034,$0037008E,$008F7FFF,$00460037,$003A008F,$00907FFF,$0047003A,$003D0090,$00917FFF,$0048003D,$00400091,$00927FFF,$00490040,$00430092,$00937FFF,$004A0043,$00460093,$00947FFF,$004B0046,$00490094,$00957FFF,$004C0049,$004B0095,$00967FFF,$004D004B,$004C0096,$00977FFF,$004E004C,$004D0097,$00987FFF,$004F004D,$004E0098,$00997FFF,$0050004E,$004F0099,$009A7FFF,$0051004F,$0050009A,$009B7FFF,$00520050,$00517FFF,$00550050,$00517FFF,$005A004F,$0050009B,$009C7FFF,$005F004E,$004F7FFF,$0062004D,$004E7FFF,$0063004C,$004D7FFF,$0064004B,$004C7FFF,$00650049,$004B7FFF,$00660048,$00497FFF,$00670047,$00487FFF,$00680046,$00477FFF,$00690045,$00467FFF,$006A0043,$00457FFF,$006B0042,$00437FFF,$006C0041,$00427FFF,$006D0040,$0041009C,$009D7FFF,$006E003E,$00407FFF,$006F003D,$003E7FFF,$0070003C,$003D7FFF,$0071003B,$003C7FFF,$00720039,$003B7FFF,$00730038,$00397FFF,$00740037,$00387FFF,$00750036,$00377FFF,$00760035,$00367FFF,$00770034,$00357FFF,$00780033,$00347FFF,$00790032,$00337FFF,$007A0031,$00327FFF,$007B0030,$00317FFF,$007C002F,$00307FFF,$007D002E,$002F7FFF,$007E002D,$002E7FFF,$007F002C,$002D009D,$009E7FFF,$0080002B,$002C7FFF,$0081002A,$002B7FFF,$00820029,$002A7FFF,$00830028,$00297FFF,$00840027,$00287FFF,$00850026,$00277FFF,$00860025,$00267FFF,$00870024,$00257FFF,$00880023,$00247FFF,$00890022,$0023009E,$00A07FFF,$008A0021,$002200A0,$00A47FFF,$008B0020,$002100A4,$00A87FFF,$008C001F,$002000A8,$00AC7FFF,$008D001E,$001F00AC,$00AE7FFF,$008E001D,$001E00AE,$00AF7FFF,$008F001C,$001D7FFF,$0090001B,$001C7FFF,$0091001A,$001B00AF,$00B07FFF,$0094001A,$00B07FFF,$7FFF0000};
  252.     Cursor is oFingerCursor; 
  253.     X is 286; Y is 452; 
  254.     Width is 190; Height is 148; 
  255.     
  256.     
  257.     Events is [
  258.         cMouseUpEvent
  259.         with Flags is $00000004; Flag is true; 
  260.             Commands is [
  261.                 cBrowseCommand
  262.                 with Flags is $00000004; URL is "bonus2.k"; end
  263.             ];
  264.         end
  265.     ];
  266. end;
  267.  
  268. object oSwimming_pool10 is cBox
  269. with 
  270.     Flags is $00000150; 
  271.     Name is "Swimming pool"; 
  272.     Region is {$FFFF0264,$00000013,$007F0084,$0000007D,$00847FFF,$0001007A,$007D7FFF,$00020078,$007A7FFF,$00030075,$00787FFF,$00040073,$00757FFF,$00050070,$00737FFF,$0006006E,$00707FFF,$0007006C,$006E7FFF,$00080069,$006C7FFF,$00090067,$00697FFF,$000A0064,$00677FFF,$000B0062,$00647FFF,$000C005F,$00627FFF,$000D005D,$005F7FFF,$000E005B,$005D7FFF,$000F0058,$005B7FFF,$00100056,$00587FFF,$00110053,$00567FFF,$00120051,$00537FFF,$0013004E,$00517FFF,$0014004C,$004E7FFF,$0015004A,$004C7FFF,$00160047,$004A7FFF,$00170045,$00477FFF,$00180042,$00450083,$00847FFF,$00190040,$00427FFF,$001A003D,$00407FFF,$001B003B,$003D7FFF,$001C0039,$003B7FFF,$001D0036,$00397FFF,$001E0034,$00367FFF,$001F0031,$00347FFF,$0020002F,$00317FFF,$0021002C,$002F7FFF,$0022002A,$002C7FFF,$00230028,$002A7FFF,$00240025,$00287FFF,$00250023,$00257FFF,$00260020,$00237FFF,$0027001E,$00207FFF,$0028001B,$001E7FFF,$00290019,$001B7FFF,$002A0017,$00197FFF,$002B0014,$00177FFF,$002C0013,$00147FFF,$002D0013,$00147FFF,$002E0014,$00167FFF,$002F0016,$00177FFF,$003A0016,$00177FFF,$004F0082,$00837FFF,$00500015,$00167FFF,$00650014,$00157FFF,$006A0081,$00827FFF,$006B007D,$00817FFF,$006C0079,$007D7FFF,$006D0075,$00797FFF,$006E0071,$00757FFF,$006F006D,$00717FFF,$00700069,$006D7FFF,$00710065,$00697FFF,$00720061,$00657FFF,$0073005D,$00617FFF,$00740059,$005D7FFF,$00750055,$00597FFF,$00760051,$00557FFF,$0077004D,$00517FFF,$0078004A,$004D7FFF,$00790046,$004A7FFF,$007A0042,$00467FFF,$007B0013,$0014003E,$00427FFF,$007C003A,$003E7FFF,$007D0036,$003A7FFF,$007E0032,$00367FFF,$007F0013,$00327FFF,$7FFF0000};
  273.     Cursor is oFingerCursor; 
  274.     X is 170; Y is 158; 
  275.     Width is 145; Height is 127; 
  276.     
  277.     
  278.     Events is [
  279.         cMouseUpEvent
  280.         with Flags is $00000004; Flag is true; 
  281.             Commands is [
  282.                 cBrowseCommand
  283.                 with Flags is $00000004; URL is "bonus.k"; end
  284.             ];
  285.         end
  286.     ];
  287. end;
  288.  
  289. object ofilm_311 is cBox
  290. with 
  291.     Flags is $00000150; 
  292.     release Editor:
  293.         IOWindow is {$000000A3,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  294.     end;
  295.     Name is "film 3"; 
  296.     Region is {$FFFF00CC,$00020001,$007A0050,$0002004D,$00507FFF,$00030046,$004D7FFF,$0004003F,$00467FFF,$00050038,$003F7FFF,$00060031,$00387FFF,$0007002A,$00317FFF,$00080022,$002A7FFF,$0009001B,$00227FFF,$000A0014,$001B7FFF,$000B000D,$00147FFF,$000C0006,$000D7FFF,$000D0001,$00067FFF,$003A004F,$00507FFF,$00430001,$00027FFF,$0071004C,$004F7FFF,$00720043,$004C7FFF,$0073003B,$00437FFF,$00740032,$003B7FFF,$0075002A,$00327FFF,$00760021,$002A7FFF,$00770018,$00217FFF,$00780010,$00187FFF,$00790007,$00107FFF,$007A0002,$00077FFF,$7FFF0000};
  297.     Cursor is oFingerCursor; 
  298.     X is 383; Y is 122; 
  299.     Width is 83; Height is 125; 
  300.     
  301.     
  302.     Events is [
  303.         cMouseUpEvent
  304.         with Flags is $00000004; Flag is true; 
  305.             Commands is [
  306.                 cBrowseCommand
  307.                 with Flags is $00000004; URL is "e1.k"; end
  308.             ];
  309.         end
  310.     ];
  311. end;
  312.  
  313. object ofilm_312 is cBox
  314. with 
  315.     Flags is $00000150; 
  316.     release Editor:
  317.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  318.     end;
  319.     Name is "film 3"; 
  320.     Region is {$FFFF01A8,$00000003,$00800053,$00000052,$00537FFF,$0001004E,$00527FFF,$0002004A,$004E7FFF,$00030047,$004A7FFF,$00040043,$00477FFF,$0005003F,$00437FFF,$0006003B,$003F7FFF,$00070037,$003B7FFF,$00080033,$00377FFF,$0009002F,$00337FFF,$000A002C,$002F7FFF,$000B0028,$002C7FFF,$000C0024,$00287FFF,$000D0020,$00247FFF,$000E001C,$00207FFF,$000F0018,$001C7FFF,$00100014,$00187FFF,$00110011,$00147FFF,$0012000D,$00110052,$00537FFF,$00130007,$00080009,$000D7FFF,$00140007,$00097FFF,$001D0007,$00087FFF,$00330006,$00077FFF,$00350051,$00527FFF,$00490005,$00067FFF,$00580050,$00517FFF,$005F0004,$00057FFF,$006A004F,$00507FFF,$006B004C,$004F7FFF,$006C0048,$004C7FFF,$006D0045,$00487FFF,$006E0041,$00457FFF,$006F003E,$00417FFF,$0070003A,$003E7FFF,$00710037,$003A7FFF,$00720033,$00377FFF,$00730030,$00337FFF,$0074002C,$00307FFF,$00750003,$00040029,$002C7FFF,$00760025,$00297FFF,$00770022,$00257FFF,$0078001E,$00227FFF,$0079001B,$001E7FFF,$007A0017,$001B7FFF,$007B0014,$00177FFF,$007C0010,$00147FFF,$007D000D,$00107FFF,$007E0009,$000D7FFF,$007F0006,$00097FFF,$00800003,$00067FFF,$7FFF0000};
  321.     Cursor is oFingerCursor; 
  322.     X is 299; Y is 135; 
  323.     Width is 84; Height is 129; 
  324.     
  325.     
  326.     Events is [
  327.         cMouseUpEvent
  328.         with Flags is $00000004; Flag is true; 
  329.             Commands is [
  330.                 cBrowseCommand
  331.                 with Flags is $00000004; URL is "e10.k"; end
  332.             ];
  333.         end
  334.     ];
  335. end;
  336.  
  337. object ofilm413 is cBox
  338. with 
  339.     Flags is $00000150; 
  340.     Name is "film4"; 
  341.     Region is {$FFFF0054,$00030005,$00740053,$00030006,$00147FFF,$00040014,$002D7FFF,$0005002D,$00467FFF,$00060046,$00537FFF,$00210052,$00537FFF,$003C0005,$00067FFF,$00580051,$00527FFF,$0073002C,$00517FFF,$00740005,$002C7FFF,$7FFF0000};
  342.     Cursor is oFingerCursor; 
  343.     X is 461; Y is 121; 
  344.     Width is 87; Height is 121; 
  345.     
  346.     
  347.     Events is [
  348.         cMouseUpEvent
  349.         with Flags is $00000004; Flag is true; 
  350.             Commands is [
  351.                 cBrowseCommand
  352.                 with Flags is $00000004; URL is "e2.k"; end
  353.             ];
  354.         end
  355.     ];
  356. end;
  357.  
  358. object ofilm_514 is cBox
  359. with 
  360.     Flags is $00000150; 
  361.     Name is "film 5"; 
  362.     Region is {$FFFF006C,$00010008,$00730057,$00010008,$00107FFF,$00020010,$001D7FFF,$0003001D,$002A7FFF,$0004002A,$00377FFF,$00050037,$00447FFF,$00060044,$00517FFF,$00070051,$00577FFF,$00220056,$00577FFF,$00580055,$00567FFF,$00710008,$001B7FFF,$0072001B,$00427FFF,$00730042,$00557FFF,$7FFF0000};
  363.     Cursor is oFingerCursor; 
  364.     X is 538; Y is 124; 
  365.     Width is 91; Height is 120; 
  366.     
  367.     
  368.     Events is [
  369.         cMouseUpEvent
  370.         with Flags is $00000004; Flag is true; 
  371.             Commands is [
  372.                 cBrowseCommand
  373.                 with Flags is $00000004; URL is "e3.k"; end
  374.             ];
  375.         end
  376.     ];
  377. end;
  378.  
  379. object ofilm_615 is cBox
  380. with 
  381.     Flags is $00000150; 
  382.     release Editor:
  383.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  384.     end;
  385.     Name is "film 6"; 
  386.     Region is {$FFFF00CC,$000C0004,$00840053,$000C0006,$000A7FFF,$000D000A,$00137FFF,$000E0013,$001B7FFF,$000F001B,$00247FFF,$00100024,$002C7FFF,$0011002C,$00357FFF,$00120035,$003E7FFF,$0013003E,$00467FFF,$00140046,$004F7FFF,$0015004F,$00537FFF,$00260005,$00067FFF,$005D0004,$00057FFF,$00790004,$00087FFF,$007A0008,$000F7FFF,$007B000F,$00167FFF,$007C0016,$001D7FFF,$007D001D,$00247FFF,$007E0024,$002B7FFF,$007F002B,$00337FFF,$00800033,$003A7FFF,$0081003A,$00417FFF,$00820041,$00487FFF,$00830048,$004F7FFF,$0084004F,$00537FFF,$7FFF0000};
  387.     Cursor is oFingerCursor; 
  388.     X is 627; Y is 117; 
  389.     Width is 87; Height is 144; 
  390.     
  391.     
  392.     Events is [
  393.         cMouseUpEvent
  394.         with Flags is $00000004; Flag is true; 
  395.             Commands is [
  396.                 cBrowseCommand
  397.                 with Flags is $00000004; URL is "e4.k"; end
  398.             ];
  399.         end
  400.     ];
  401. end;
  402.  
  403. object ofilm_816 is cBox
  404. with 
  405.     Flags is $00000150; 
  406.     Name is "film 8"; 
  407.     Region is {$FFFF015C,$00030004,$00790050,$0003004C,$004D7FFF,$00040048,$004C7FFF,$00050044,$00487FFF,$00060040,$00447FFF,$0007003C,$00407FFF,$00080038,$003C7FFF,$00090034,$00387FFF,$000A0030,$00347FFF,$000B002C,$00307FFF,$000C0027,$002C7FFF,$000D0023,$00277FFF,$000E001F,$00237FFF,$000F001B,$001F7FFF,$00100017,$001B7FFF,$00110013,$00177FFF,$0012000F,$00137FFF,$0013000B,$000F7FFF,$00140007,$000B7FFF,$00150004,$00077FFF,$00190004,$00057FFF,$001D004D,$004E7FFF,$001E0005,$00067FFF,$00230006,$00077FFF,$00270007,$00087FFF,$00280008,$000B7FFF,$0029000B,$000D7FFF,$002A000D,$000F7FFF,$002B000F,$00127FFF,$002C0012,$00137FFF,$00540012,$0013004E,$004F7FFF,$00690011,$00127FFF,$00710049,$004D004F,$00507FFF,$00720042,$0049004D,$004F7FFF,$0073003B,$0042004F,$00507FFF,$00740033,$003B7FFF,$0075002C,$00337FFF,$00760024,$002C7FFF,$0077001D,$00247FFF,$00780016,$001D7FFF,$00790011,$00167FFF,$7FFF0000};
  408.     Cursor is oFingerCursor; 
  409.     X is 299; Y is 246; 
  410.     Width is 98; Height is 137; 
  411.     
  412.     
  413.     Events is [
  414.         cMouseUpEvent
  415.         with Flags is $00000004; Flag is true; 
  416.             Commands is [
  417.                 cBrowseCommand
  418.                 with Flags is $00000004; URL is "e12.k"; end
  419.             ];
  420.         end
  421.     ];
  422. end;
  423.  
  424. object ofilm_817 is cBox
  425. with 
  426.     Flags is $00000150; 
  427.     Name is "film 8"; 
  428.     Region is {$FFFF00E8,$00000002,$00700055,$00000051,$00557FFF,$00010047,$00517FFF,$0002003C,$00477FFF,$00030032,$003C7FFF,$00040028,$00327FFF,$0005001E,$00287FFF,$00060013,$001E7FFF,$00070009,$00137FFF,$00080003,$00097FFF,$00360054,$00557FFF,$003E0002,$00037FFF,$00630002,$00057FFF,$00640005,$00087FFF,$00650008,$000B7FFF,$0066000B,$000F7FFF,$0067000F,$00127FFF,$00680012,$00157FFF,$00690015,$00187FFF,$006A0018,$001B7FFF,$006B001B,$001F0051,$00547FFF,$006C001F,$00220049,$00517FFF,$006D0022,$00250041,$00497FFF,$006E0025,$00280038,$00417FFF,$006F0028,$002B0030,$00387FFF,$0070002B,$00307FFF,$7FFF0000};
  429.     Cursor is oFingerCursor; 
  430.     X is 378; Y is 239; 
  431.     Width is 89; Height is 122; 
  432.     
  433.     
  434.     Events is [
  435.         cMouseUpEvent
  436.         with Flags is $00000004; Flag is true; 
  437.             Commands is [
  438.                 cBrowseCommand
  439.                 with Flags is $00000004; URL is "e8.k"; end
  440.             ];
  441.         end
  442.     ];
  443. end;
  444.  
  445. object ofilm_918 is cBox
  446. with 
  447.     Flags is $00000150; 
  448.     Name is "film 9"; 
  449.     Region is {$FFFF0044,$00040006,$006F0053,$00040008,$00537FFF,$001F0007,$00087FFF,$00390052,$00537FFF,$00540006,$00077FFF,$006D0040,$00527FFF,$006E001A,$00407FFF,$006F0006,$001A7FFF,$7FFF0000};
  450.     Cursor is oFingerCursor; 
  451.     X is 459; Y is 235; 
  452.     Width is 88; Height is 119; 
  453.     
  454.     
  455.     Events is [
  456.         cMouseUpEvent
  457.         with Flags is $00000004; Flag is true; 
  458.             Commands is [
  459.                 cBrowseCommand
  460.                 with Flags is $00000004; URL is "e7.k"; end
  461.             ];
  462.         end
  463.     ];
  464. end;
  465.  
  466. object ofilm_1119 is cBox
  467. with 
  468.     Flags is $00000150; 
  469.     release Editor:
  470.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  471.     end;
  472.     Name is "film 11"; 
  473.     Region is {$FFFF0064,$00000000,$00680055,$00000002,$00557FFF,$00010002,$00037FFF,$00030054,$00557FFF,$00060054,$00557FFF,$000C0002,$00037FFF,$00210001,$00027FFF,$00360000,$00017FFF,$003C0054,$00557FFF,$00600053,$00547FFF,$00670000,$002A7FFF,$0068002A,$00537FFF,$7FFF0000};
  474.     Cursor is oFingerCursor; 
  475.     X is 543; Y is 239; 
  476.     Width is 85; Height is 118; 
  477.     
  478.     
  479.     Events is [
  480.         cMouseUpEvent
  481.         with Flags is $00000004; Flag is true; 
  482.             Commands is [
  483.                 cBrowseCommand
  484.                 with Flags is $00000004; URL is "e5.k"; end
  485.             ];
  486.         end
  487.     ];
  488. end;
  489.  
  490. object ofilm_1120 is cBox
  491. with 
  492.     Flags is $00000150; 
  493.     Name is "film 11"; 
  494.     Region is {$FFFF00B4,$00010002,$00700052,$00010003,$00077FFF,$00020007,$00107FFF,$00030010,$00197FFF,$00040019,$00217FFF,$00050021,$002A7FFF,$0006002A,$00337FFF,$00070033,$003B7FFF,$0008003B,$00447FFF,$00090044,$004D7FFF,$000A004D,$00517FFF,$00350002,$00037FFF,$003C0051,$00527FFF,$00680002,$00077FFF,$00690007,$00117FFF,$006A0011,$001B7FFF,$006B001B,$00257FFF,$006C0025,$002F7FFF,$006D002F,$00397FFF,$006E0039,$00437FFF,$006F0043,$004D7FFF,$0070004D,$00527FFF,$7FFF0000};
  495.     Cursor is oFingerCursor; 
  496.     X is 631; Y is 239; 
  497.     Width is 85; Height is 118; 
  498.     
  499.     
  500.     Events is [
  501.         cMouseUpEvent
  502.         with Flags is $00000004; Flag is true; 
  503.             Commands is [
  504.                 cBrowseCommand
  505.                 with Flags is $00000004; URL is "e6.k"; end
  506.             ];
  507.         end
  508.     ];
  509. end;
  510.  
  511. object ofilm_1221 is cBox
  512. with 
  513.     Flags is $00000150; 
  514.     Name is "film 12"; 
  515.     Region is {$FFFF00E0,$00000003,$0076004F,$00000005,$00097FFF,$00010004,$00050009,$00107FFF,$00020010,$00177FFF,$00030017,$001E7FFF,$0004001E,$00257FFF,$00050025,$002D7FFF,$0006002D,$00347FFF,$00070034,$003B7FFF,$0008003B,$00427FFF,$00090042,$00497FFF,$000A0049,$004D7FFF,$0024004D,$004E7FFF,$00370003,$00047FFF,$005B004E,$004F7FFF,$006B0003,$00067FFF,$006C0006,$000C7FFF,$006D000C,$00137FFF,$006E0013,$00197FFF,$006F0019,$001F7FFF,$0070001F,$00267FFF,$00710026,$002C7FFF,$0072002C,$00327FFF,$00730032,$00397FFF,$00740039,$003F7FFF,$0075003F,$00457FFF,$00760045,$004F7FFF,$7FFF0000};
  516.     Cursor is oFingerCursor; 
  517.     X is 713; Y is 139; 
  518.     Width is 85; Height is 118; 
  519.     
  520.     
  521.     Events is [
  522.         cMouseUpEvent
  523.         with Flags is $00000004; Flag is true; 
  524.             Commands is [
  525.                 cBrowseCommand
  526.                 with Flags is $00000004; URL is "e9.k"; end
  527.             ];
  528.         end
  529.     ];
  530. end;
  531.  
  532. object ofilm_1022 is cBox
  533. with 
  534.     Name is "film 10"; 
  535.     Region is {$FFFF00D8,$00000003,$006D0051,$00000005,$00187FFF,$00010018,$001D7FFF,$0002001D,$00237FFF,$00030023,$00287FFF,$00040028,$002D7FFF,$0005002D,$00337FFF,$00060033,$00387FFF,$00070038,$003E7FFF,$0008003E,$00437FFF,$00090043,$00487FFF,$000A0048,$004D7FFF,$000B004D,$004F7FFF,$00180004,$00057FFF,$0021004F,$00507FFF,$004E0003,$00040050,$00517FFF,$00660050,$00517FFF,$0067004A,$00507FFF,$00680044,$004A7FFF,$00690003,$0008003E,$00447FFF,$006A0008,$00110039,$003E7FFF,$006B0011,$001B0033,$00397FFF,$006C001B,$0024002D,$00337FFF,$006D0024,$002D7FFF,$7FFF0000};
  536.     Cursor is oFingerCursor; 
  537.     X is 711; Y is 250; 
  538.     Width is 85; Height is 118; 
  539.     
  540.     
  541.     Events is [
  542.         cMouseUpEvent
  543.         with Flag is true; 
  544.             Commands is [
  545.                 cBrowseCommand
  546.                 with URL is "e11.k"; end
  547.             ];
  548.         end
  549.     ];
  550. end;
  551.  
  552. object oAllocine23 is cBox
  553. with 
  554.     Name is "Allocine"; 
  555.     Region is {$FFFF0034,$00000000,$0022006C,$00000000,$006C7FFF,$001F0000,$00127FFF,$00200012,$00377FFF,$00210037,$005C7FFF,$0022005C,$006C7FFF,$7FFF0000};
  556.     Cursor is oFingerCursor; 
  557.     X is 582; Y is 435; 
  558.     Width is 108; Height is 36; 
  559.     
  560.     
  561.     Events is [
  562.         cMouseUpEvent
  563.         with Flag is true; 
  564.             Commands is [
  565.                 cBrowseCommand
  566.                 with URL is "data/Interface/allocine.k"; URLOption is GetDiskURL; end
  567.             ];
  568.         end,
  569.         cMouseEnterEvent
  570.         with 
  571.             Commands is [
  572.                 cShowCommand
  573.                 with Target is oTargetSelf; end
  574.             ];
  575.         end,
  576.         cMouseLeaveEvent
  577.         with 
  578.             Commands is [
  579.                 cShowCommand
  580.                 with Target is oTargetSelf; Mode is Clear; end
  581.             ];
  582.         end
  583.     ];
  584. end;
  585.  
  586. object obios24 is cBox
  587. with 
  588.     Name is "bios"; 
  589.     Region is {$FFFF00C4,$00060004,$002A0047,$0006003E,$00417FFF,$00070038,$003E7FFF,$00080032,$00380041,$00427FFF,$0009002C,$00327FFF,$000A0027,$002C0042,$00437FFF,$000B0020,$00277FFF,$000C001A,$00207FFF,$000E0014,$001A0043,$00447FFF,$000F000E,$00147FFF,$00100008,$000E0044,$00457FFF,$00110004,$00087FFF,$00120045,$00467FFF,$001B0046,$00477FFF,$001C0004,$00057FFF,$00230042,$00477FFF,$00240037,$00427FFF,$0025002C,$00377FFF,$00260022,$002C7FFF,$00280017,$00227FFF,$0029000C,$00177FFF,$002A0005,$000C7FFF,$7FFF0000};
  590.     Cursor is oFingerCursor; 
  591.     X is 695; Y is 383; 
  592.     Width is 84; Height is 43; 
  593.     
  594.     
  595.     Events is [
  596.         cMouseUpEvent
  597.         with Flag is true; 
  598.             Commands is [
  599.                 cBrowseCommand
  600.                 with URL is "mm1.k"; end
  601.             ];
  602.         end
  603.     ];
  604. end;
  605.  
  606. object oavant_premi_res25 is cBox
  607. with 
  608.     Flags is $00000150; 
  609.     Name is "avant premi\$E8res"; 
  610.     Region is {$FFFF0034,$00050002,$00180055,$00050003,$00547FFF,$00060054,$00557FFF,$000F0002,$00037FFF,$0017002D,$00557FFF,$00180002,$002D7FFF,$7FFF0000};
  611.     Cursor is oFingerCursor; 
  612.     X is 694; Y is 471; 
  613.     Width is 94; Height is 29; 
  614.     
  615.     
  616.     Events is [
  617.         cMouseUpEvent
  618.         with Flags is $00000004; Flag is true; 
  619.             Commands is [
  620.                 cBrowseCommand
  621.                 with Flags is $00000004; URL is "avant%20prem.k"; end
  622.             ];
  623.         end
  624.     ];
  625. end;
  626.  
  627. object oReportages26 is cBox
  628. with 
  629.     Flags is $00000150; 
  630.     Name is "Reportages"; 
  631.     Region is {$FFFF0084,$00060002,$001A0040,$00060037,$003D7FFF,$0007002C,$00377FFF,$00080020,$002C7FFF,$00090014,$00207FFF,$000A0009,$00147FFF,$000B0002,$0009003D,$003E7FFF,$000D0002,$00037FFF,$000F003E,$003F7FFF,$00130003,$00047FFF,$0014003F,$00407FFF,$00170037,$00407FFF,$00180004,$00050024,$00377FFF,$00190010,$00247FFF,$001A0005,$00107FFF,$7FFF0000};
  632.     Cursor is oFingerCursor; 
  633.     X is 694; Y is 422; 
  634.     Width is 94; Height is 29; 
  635.     
  636.     
  637.     Events is [
  638.         cMouseUpEvent
  639.         with Flags is $00000004; Flag is true; 
  640.             Commands is [
  641.                 cBrowseCommand
  642.                 with Flags is $00000004; URL is "reportages.k"; end
  643.             ];
  644.         end
  645.     ];
  646. end;
  647.  
  648. object ovid_os27 is cBox
  649. with 
  650.     Flags is $00000150; 
  651.     release Editor:
  652.         IOWindow is {$0000001A,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  653.     end;
  654.     Name is "vid\$E9os"; 
  655.     Region is {$FFFF004C,$00070003,$001B003B,$0007002D,$003A7FFF,$00080012,$002D7FFF,$00090003,$00127FFF,$0010003A,$003B7FFF,$00110003,$00047FFF,$0019002E,$003B7FFF,$001A0013,$002E7FFF,$001B0004,$00137FFF,$7FFF0000};
  656.     Cursor is oFingerCursor; 
  657.     X is 694; Y is 445; 
  658.     Width is 94; Height is 29; 
  659.     
  660.     
  661.     Events is [
  662.         cMouseUpEvent
  663.         with Flags is $00000004; Flag is true; 
  664.             Commands is [
  665.                 cBrowseCommand
  666.                 with Flags is $00000004; URL is "videos.k"; end
  667.             ];
  668.         end
  669.     ];
  670. end;
  671.  
  672. object oweb28 is cBox
  673. with 
  674.     Flags is $00000150; 
  675.     Name is "web"; 
  676.     Region is {$FFFF00F4,$00050008,$00380059,$00050009,$00197FFF,$00060019,$003A7FFF,$0007003A,$004A7FFF,$000F0008,$00097FFF,$00150034,$003F7FFF,$0016003F,$004A7FFF,$001B0034,$00357FFF,$001C0008,$00097FFF,$001D0009,$00147FFF,$001E0014,$001B7FFF,$001F001B,$001D7FFF,$0020001D,$001F7FFF,$0021001F,$00217FFF,$00220021,$00237FFF,$00230023,$00250035,$003B7FFF,$00240025,$0027003B,$00477FFF,$00250027,$00290047,$00537FFF,$00260029,$002A0053,$00597FFF,$0027002A,$002B7FFF,$002A002B,$002C7FFF,$002E002C,$002D7FFF,$0031002D,$002E7FFF,$0033002E,$00347FFF,$00340034,$003F7FFF,$0035003F,$004F7FFF,$0037004F,$00557FFF,$00380055,$00597FFF,$7FFF0000};
  677.     Cursor is oEarthCursor; 
  678.     X is 696; Y is 497; 
  679.     Width is 91; Height is 61; 
  680.     
  681.     
  682.     Events is [
  683.         cMouseUpEvent
  684.         with Flags is $00000004; Flag is true; 
  685.             Commands is [
  686.                 cLaunchCommand
  687.                 with URL is "http://www.cyberpress-publishing.com/"; URLOption is GetSiteURL; Mode is ExecuteBrowser; end
  688.             ];
  689.         end
  690.     ];
  691. end;
  692.  
  693. object oBOUCLE_DES_FILM29 is cBox
  694. with 
  695.     Name is "BOUCLE DES FILM"; 
  696.     Cursor is oFingerCursor; 
  697.     X is 22; Y is 576; 
  698.     Width is 158; Height is 18; 
  699.     
  700.     
  701.     Events is [
  702.         cMouseUpEvent
  703.         with Flag is true; 
  704.             Commands is [
  705.                 cBrowseCommand
  706.                 with URL is "boucle videos.k"; end
  707.             ];
  708.         end
  709.     ];
  710. end;
  711.  
  712. object oquitter30 is cBox
  713. with 
  714.     Name is "quitter"; 
  715.     Cursor is oFingerCursor; 
  716.     X is 180; Y is 576; 
  717.     Width is 158; Height is 18; 
  718.     
  719.     
  720.     Events is [
  721.         cMouseEnterEvent
  722.         with 
  723.             Commands is [
  724.                 cShowCommand
  725.                 with Target is oTargetSelf; end
  726.             ];
  727.         end,
  728.         cMouseLeaveEvent
  729.         with 
  730.             Commands is [
  731.                 cShowCommand
  732.                 with Target is oTargetSelf; Mode is Clear; end
  733.             ];
  734.         end,
  735.         cMouseUpEvent
  736.         with Flag is true; 
  737.             Commands is [
  738.                 cBrowseCommand
  739.                 with URL is "quitter.k"; end
  740.             ];
  741.         end
  742.     ];
  743. end;